home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / DevTools / ClassEditor.0.4 / Source / MiscSources.subproj / MiscString_more.h < prev    next >
Encoding:
Text File  |  1995-02-23  |  568 b   |  28 lines

  1. /* MiscString_more.h                 
  2.  *
  3.  * This object controls the data of a beaker (molecules, cameras, groups etc.)
  4.  * It is the main document of BeakerBoy and controls everything from loading to
  5.  * setting up the browser which does most of the other work.
  6.  *
  7.  * Usage: ....
  8.  *
  9.  * Written by:         Thomas Engel
  10.  * Created:            23.10.1993 (Copyleft)
  11.  * Last modified:     12.11.1994
  12.  */
  13.  
  14. #import <misckit/MiscString.h>
  15.  
  16. @interface MiscString ( More )
  17.  
  18. - squashAllWhiteSpaces;
  19. - addExtensionIfNeed:(const char *)aString;
  20.  
  21. @end
  22.  
  23. /*
  24.  * History: 13.01.95 Buh
  25.  *            
  26.  *
  27.  * Bugs: - ...
  28.  */